Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: FAQ Icon(?) on Navbar, Cancel Button to Clear Password & Max Length of Bio Message #1478

Closed
wants to merge 10 commits into from

Conversation

seshto13
Copy link
Contributor

@seshto13 seshto13 commented Aug 24, 2024

Description

No Error Message for Exceeding 64 Characters in Input Field on User's Bio
Link FAQ Icon on the Nav Bar to Help Center Page
Non Functional 'Cancel' Button For Update Password

Github Issue Link---#1083
Github Issue Link---#1085
Github Issue Link---#1214

Closes #1083 #1085 #1214

Changes proposed

What were you told to do?

To clear the password when the cancel button is clicked
Users should receive a clear and informative error message when attempting to enter more than 64 characters in the text input field.
Clicking the FAQ icon(?) on Navbar should navigate users directly to the Help Center page

What did you do?

When the cancel button is clicked for update password, all the password fields (old password, new password and confirm password) are cleared

A clear and informative error message is received when attempting to enter more than 64 characters in the text input field.
The system enforces the 64-character limit, preventing users from entering more than the allowed number of characters.

Help Users to navigate seamless access to Help Center for support and information by by clicking on the FAQ Icon on the Navbar.

Check List (Check all the applicable boxes)

🚨Please review the contribution guideline for this repository.

  • My code follows the code style of this project.
  • This PR does not contain plagiarized content.
  • The title and description of the PR is clear and explains the approach.
  • I am making a pull request against the dev branch (left side).
  • My commit messages styles matches our requested structure.
  • My code additions will fail neither code linting checks nor unit test.
  • I am only making changes to files I was requested to.

Screenshots/Videos

Screen Shot 2024-08-24 at 2 03 20 PM Screen Shot 2024-08-24 at 2 03 51 PM Screen Shot 2024-08-24 at 2 06 50 PM Screen Shot 2024-08-24 at 2 07 04 PM Screen Shot 2024-08-24 at 2 07 44 PM

Copy link
Contributor

github-actions bot commented Aug 24, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 14.46% 782 / 5406
🔵 Statements 14.14% 784 / 5542
🔵 Functions 14.04% 215 / 1531
🔵 Branches 9.78% 229 / 2341
File CoverageNo changed files found.
Generated in workflow #559

@seshto13 seshto13 changed the title Fix: Help Icon(?) on Navbar, Cancel Button to Clear Password & Max Length of Bio Message Fix: FAQ Icon(?) on Navbar, Cancel Button to Clear Password & Max Length of Bio Message Aug 25, 2024
@olika-ashley
Copy link
Contributor

resolve merge conflicts

@seshto13
Copy link
Contributor Author

resolve merge conflicts

The conflict has been resolve. can you help review and merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non Functional 'Cancel' Button For Update Password
3 participants